home *** CD-ROM | disk | FTP | other *** search
- /* Specifies either a repeating background or the background on the far right */
- /* MUST specify the background color */
- #main-window[btBoom="coolhandnuke"] {
- -moz-appearance: none;
- background-image: url("../../skin/coolhandnuke/resources/window-bg.png");
- /* background-repeat: repeat-x; */
- background-repeat: repeat-x;
- background-position: right top;
- background-color: #C1DD59;;
- }
-
- /* Background color should be duplicated here to cover background image in fullscreen */
- #main-window[btBoom="coolhandnuke"] #navigator-toolbox[inFullscreen="true"] {
- background-color: #C1DD59;;
- }
-
- /* Specifies the left background, usually the logo */
- #main-window[btBoom="coolhandnuke"]
- #navigator-toolbox {
- -moz-appearance: none;
- background-color: transparent;
- background-image: url("../../skin/coolhandnuke/resources/navigator-toolbox-bg.png");
- background-repeat: no-repeat;
- background-position: left top;
- border: 0px;
- padding-bottom: 0px;
- }
-
- /* Specify indentation required to move menu and navbar away from logo */
- #main-window[btBoom="coolhandnuke"]
- #navigator-toolbox[bttoolbar="true"] #bt-coolhandnuke-toolbar,
- #main-window[btBoom="coolhandnuke"]
- #nav-bar,
- #main-window[btBoom="coolhandnuke"]
- #toolbar-menubar {
- margin-left: 165px;
- }
-
- #main-window[btBoom="coolhandnuke"]
- #nav-bar {
- /* Not using background image in this theme for nav-bar
- background-image: url("../../skin/coolhandnuke/resources/navbar-bg.png") !important;
- background-repeat: repeat-x;
- */
- background-image: none !important; /* no background image */
- background-color: transparent !important;
- height: 37px;
- border: 0px;
- }
-
- /* Most clients hide the boom button in the Big Boom view */
- #main-window[btBoom="coolhandnuke"]
- btboombutton {
- display: none !important;
- }
-
- #main-window[btBoom="coolhandnuke"]
- #toolbar-menubar {
- -moz-appearance: none;
- background-color: transparent !important;
- height: 23px;
- max-height: 23px;
- border: 0px;
- }
-
- #main-window[btBoom="coolhandnuke"]
- toolbar {
- -moz-appearance: none !important;
- background-color: -moz-dialog;
- }
-
- #main-window[btBoom="coolhandnuke"][chromehidden~="toolbar"] #navigator-toolbox,
- #main-window[btBoom="coolhandnuke"][chromehidden~="menubar"] #navigator-toolbox,
- #main-window[btBoom="coolhandnuke"][chromehidden~="menubar"],
- #main-window[btBoom="coolhandnuke"] #navigator-toolbox[inFullscreen="true"] {
- background-image: none;
- }
-
- #main-window[btBoom="coolhandnuke"][chromehidden~="toolbar"] #nav-bar,
- #main-window[btBoom="coolhandnuke"][chromehidden~="menubar"] #nav-bar,
- #main-window[btBoom="coolhandnuke"][chromehidden~="menubar"] #bt-coolhandnuke-toolbar,
- #main-window[btBoom="coolhandnuke"] #navigator-toolbox[inFullscreen="true"] #nav-bar {
- margin-left: 0px !important;
- }
-
- #main-window[btBoom="coolhandnuke"]:not([chromehidden~="menubar"])[chromehidden~="toolbar"],
- #main-window[btBoom="coolhandnuke"]:not([chromehidden~="menubar"])[chromehidden~="toolbar"]
- #toolbar-menubar {
- height: 0px;
- max-height: 0px;
- margin-left: 0px !important;
- background-image: none;
- }
-
- #main-window[btBoom="coolhandnuke"]
- #navigator-toolbox[bttoolbar="true"] #bt-coolhandnuke-toolbar{
- background-color: transparent !important;
- background-image: none !important;
- height: 25px;
- color: #000;
- border: none;
- }
-
- /* MAC SPECIFIC
-
- /* Proper Toolbar to-tab blend for mac*/
- #main-window[btPlatform="Darwin"][btBoom="coolhandnuke"]
- #navigator-toolbox > toolbar {
- background-color: -moz-mac-chrome-active;
- }
- #main-window:not([active="true"])[btPlatform="Darwin"][btBoom="coolhandnuke"]
- #navigator-toolbox > toolbar {
- background-color: -moz-mac-chrome-inactive;
- }
-
- #main-window[btPlatform="Darwin"][btBoom="coolhandnuke"]
- #PersonalToolbar {
- -moz-appearance: none !important;
- background-color: -moz-mac-chrome-active;
- }
- #main-window[btPlatform="Darwin"][btBoom="coolhandnuke"]:not([active="true"])
- #PersonalToolbar {
- -moz-appearance: none !important;
- background-color: -moz-mac-chrome-inactive;
- }
-
- /* WIN SPECIFIC */
-
- /* Fix the styling of the urlbar-search-splitter
- * this is the thing you drag to resize the urlbar, etc
- */
- #main-window:not([btPlatform="Darwin"])[btBoom="coolhandnuke"]
- #urlbar-search-splitter {
- border: none !important;
- background-image: url(../../skin/coolhandnuke/resources/splitter/dimple.png) !important;
- background-position: center;
- background-repeat: no-repeat !important;
- background-color: transparent;
- -moz-box-align: center;
- -moz-box-pack: center;
- min-height: 9px;
- min-width: 9px; width: 9px;
- }
-
- /* Findbar color fix for windows, bgcolor shows through.*/
- #main-window:not([btPlatform="Darwin"])[btBoom="coolhandnuke"]
- #FindToolbar {
- background-color: -moz-dialog;
- }
-
- #main-window:not([btPlatform="Darwin"])[btBoom="coolhandnuke"]
- #window-controls > toolbarbutton {
- -moz-appearance: toolbarbutton !important;
- padding: 2px !important;
- border-width: 1px !important;
- border-color: inherit !important;
- }
-